Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.search.ui.types

Contributions

XML Source

<?xml version="1.0" encoding="UTF-8"?>
<component name="org.nuxeo.search.ui.types">

  <extension target="org.nuxeo.ecm.platform.types.TypeService" point="types">

    <type id="DefaultSearch">
      <label>DefaultSearch</label>
      <icon>/icons/search.png</icon>
      <bigIcon>/icons/search_100.png</bigIcon>
      <description>DefaultSearch.description</description>
      <default-view>home_view_documents</default-view>
      <layouts mode="any">
        <layout>heading</layout>
        <layout>default_search_layout</layout>
        <layout>content_view_display</layout>
      </layouts>
    </type>

  </extension>

</component>